Skip to content

Conversation

Mehar-Singh
Copy link

No description provided.

self.cbirrt_planner),
# Special purpose meta-planner.
NamedPlanner(delegate_planner=actual_planner),
NamedPlanner(delegate_planner=Sequence(actual_planner, self.cbirrt_planner)),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose of this change?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This allows calls to PlanToNamedConfiguration to use a randomized planner (in this case CBiRRT) when snap planner and optimizers have failed. We are seeing that when planning out of tight quarters near objects using CHOMP the resulting trajectory fails to get pushed out of collision. I think this change is important, especially if a user has only CHOMP installed and not trajopt, but we will pull it out and put it into a separate PR.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is reasonable. I am fine with leaving it in this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants